home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3cmod.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_CANVASMODEL_H = 1;
- include("oops/r3model.js")
-
-
- var R3CLID_CANVASMODEL = 643;
-
-
-
-
- // Description: Ask model to set options for the given canvas object.
- // Virtual method
- // p3: Object, canvas
-
- R3CMODM_UPDATECANVAS = 643000;
-
- function mR3CMODM_UPDATECANVAS(p3) {
- DoA(this.r3obj, 643000, p3, R3TID_OBJECT, 0);
- }
-
- // Description: Asks if the model recognizes the canvas object.
- // Virtual method
- // Returns: Boolean, true if the given canvas was recognized by the model
- // p3: Integer, class id of the canvas object
-
- R3CMODM_ISYOURCANVAS = 643001;
-
- function mR3CMODM_ISYOURCANVAS(p3) {
- return DoA(this.r3obj, 643001, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Canvasmodel () {
- // Methods
- this.UPDATECANVAS=mR3CMODM_UPDATECANVAS;
- this.ISYOURCANVAS=mR3CMODM_ISYOURCANVAS;
-
- // Attributes
- }
-
- // r3cmod.h_H